Skip to content

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Sep 12, 2025

No description provided.

@cstamas cstamas self-assigned this Sep 12, 2025
: patch common libraries
( find "$GRAALVM_HOME/lib/static/linux-aarch64/glibc" -name '*.a'
ls -1 /lib/aarch64-linux-gnu/libz.a
Copy link

@ls-urs-keller ls-urs-keller Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate this PR. You could use something like $(arch) instead of aarch64 or x86_64. This way this code can be the same as the one for x86_64.
E.g.

$ docker run --platform linux/arm64 -ti alpine arch
aarch64
$ docker run --platform linux/amd64 -ti alpine arch
x86_64

using JAVA_VERSION: '21' instead of JAVA_VERSION: '21' should work

@cstamas
Copy link
Member Author

cstamas commented Sep 30, 2025

@ls-urs-keller see #1285 as this PR was just experimenting around same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants